home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / dev / amos / AMOSL0495.lzh / AMOSLIST / 000034_amos-request@svcs1.digex.net_Fri Apr 7 18:24:22 1995.msg < prev    next >
Internet Message Format  |  1995-05-01  |  1KB

  1. Received: from svcs1.digex.net by nfs1.digex.net with SMTP id AA08047
  2.   (5.67b8/IDA-1.5); Fri, 7 Apr 1995 18:24:20 -0400
  3. Received: by svcs1.digex.net id AA14267
  4.   (5.67b8/IDA-1.5 for amos-out); Fri, 7 Apr 1995 13:53:51 -0400
  5. Received: from nfs1.digex.net by svcs1.digex.net with SMTP id AA14263
  6.   (5.67b8/IDA-1.5 for <amos@svcs1.digex.net>); Fri, 7 Apr 1995 13:53:48 -0400
  7. Received: from mail06.mail.aol.com by nfs1.digex.net with SMTP id AA20005
  8.   (5.67b8/IDA-1.5 for <amos-list@access.digex.net>); Fri, 7 Apr 1995 13:53:46 -0400
  9. Received: by mail06.mail.aol.com
  10.     (1.37.109.11/16.2) id AA150947225; Fri, 7 Apr 1995 13:53:45 -0400
  11. Date: Fri, 7 Apr 1995 13:53:45 -0400
  12. From: Begust@aol.com
  13. Message-Id: <950407135338_75234564@aol.com>
  14. To: amos-list@access.digex.net
  15. Subject: Re: Help me I'm stuck.
  16. Status: O
  17. X-Status: 
  18.  
  19. > I can't figiure out how to make amos time something.
  20. > For example i will type a sentece and it will tell me how long it took for
  21. me
  22. > to type it. I have tried the timer command, but it doesn't seem to be
  23. working
  24. > right. I have to put it in loop for it to time anything, but then I can't
  25. input
  26. > anything.  I'm using amos 1.36. Can anyone help me please.
  27.  
  28. TIMER=0
  29. INPUT A$
  30. PRINT "You took ";TIMER;" ticks to type that."
  31.  
  32. Timer can be set to zero, I often use this to check the seed of loops.
  33.  
  34. Brad G.